home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / AHDI / CHNLTST / CHNLTST.DOC < prev    next >
Encoding:
Text File  |  2001-02-09  |  2.6 KB  |  90 lines

  1.  
  2. README.DOC for CHNLTST.PRG
  3. ==========================
  4.  
  5. This test allows you to have Sound DMA, Sparrow SCSI DMA, BLiTTER 
  6. transfers, and IDE spin-up spin-down all going at the same time.
  7.  
  8. Sound DMA
  9. ---------
  10. 0x2000 bytes of data are recorded from the screen base address 
  11. (stored at $ffff8201, $ffff8203, $ffff820d), and played back at a 
  12. location 0x2000 bytes passed the screen base address.
  13.  
  14. There are 2 modes of record and play back.  One is 2-channel loop 
  15. back through RASCAL.  The other is 10-channel loop back through 
  16. the loop back connector.
  17.  
  18.  
  19. Sparrow SCSI DMA 
  20. ----------------
  21. A write-read-verify test is performed on the last 254 sectors of 
  22. the SCSI drive (i.e. the test WILL trash the last 254 sectors of 
  23. the drive.)
  24.  
  25.  
  26. BLiTTER transfers
  27. -----------------
  28. 256 words of data are moved from one buffer to another.  Both 
  29. buffers are allocated at run time.  The source buffer contains 
  30. the repeating test pattern of 0x00 through 0xff.  After the transfer, 
  31. the contents of the buffers are compared to ensure the transfer was 
  32. successful.
  33.  
  34. If Sparrow SCSI DMA is enabled, the BLiTTER transfer will occur after
  35. the SCSI DMA has started and before the SCSI interrupt is polled.
  36.  
  37.  
  38. IDE spin-up spin-down
  39. ---------------------
  40. When the program starts, it configures the IDE drive to spin down 
  41. every 60 seconds if there is no IDE activity.  Then, every 62 seconds, 
  42. the program will spin the drive back up.  (i.e. If there is no IDE 
  43. activity for 60 sec., the drive will spin itself down, then 2 seconds 
  44. later, the program will send a command to spin it back up.
  45.  
  46. If Sparrow SCSI DMA is enabled, the IDE spin-up will occur after the 
  47. SCSI DMA has started and before the SCSI interrupt is polled.
  48.  
  49.  
  50.  
  51. Please note that:
  52. -----------------
  53. 1) Sparrow must be running in 16MHz.
  54. 2) At start up, every test is enabled.  Each one of them can be
  55.    disabled individually.
  56. 3) If an error occurred, the test that failed will be disabled,
  57.    it can be re-enabled by hitting the key that activates it.
  58.  
  59.  
  60.  
  61. List of commands:
  62. -----------------
  63.  
  64.   Key            Action
  65. ===============================================================
  66.  
  67.   ESC             Quit the program
  68.   h            List the commands
  69.  
  70. Sound controls:
  71.   r            Sound looping through RASCAL (2 tracks)
  72.   o            Sound looping through loop-back connector (10 tracks)
  73.   d            Disable sound test
  74.   e            Enable sound test
  75.  
  76. BLiTTER controls:
  77.   n            Disable BLiTTER test
  78.   b            Enable BLiTTER test
  79.  
  80. SCSI Read-Write controls:
  81.   q            Disable SCSI Read-Write test
  82.   w            Enable SCSI Read-Write test
  83.  
  84. IDE spin-down spin-up controls:
  85.   s            Disable the IDE drive from spinning up
  86.   u            Enable the IDE drive to spin up
  87.  
  88.  
  89.  
  90.